home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / business / pb031.dms / pb031.adf / EasyCalc / help / usefunc.help < prev    next >
Text File  |  1992-11-20  |  602b  |  26 lines

  1. About Functions
  2. A function at its simplest level is a maths operator
  3. that  operates on one or more expressions to produce
  4. an answer.
  5.  
  6. In  EasyCalc,  functions  ALWAYS start with a @.  If
  7. you  miss  out  the  @  you  will  get an unexpected
  8. character error.
  9.  
  10. @VAT(10+12) would be calculated as follows:
  11.  
  12. 10 + 12  = 22
  13. @VAT(22) = 22 * 0.175 (17.5% of expression)
  14.          = 3.85
  15.  
  16. The  @VAT  function returns 17.5% of what was passed
  17. into it.
  18.  
  19. There  is  one  exception  to the rule, that is @IF.
  20. This function MUST be the first start the formular.
  21.  
  22. *
  23. Glossary
  24. glossary.help
  25. Maths Operators
  26. operators.help